-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rpm): added rpm versioning functionality #26340
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing coverage
@viceice How can I fix the coverage check? If you have any more docs or some other code I can reference, that would be very helpful! And thank you so much for taking time out of your weekend to check :) |
Head branch was pushed to by a user without write access
There were some tests in index.spec.ts that I fixed by finding the correct value by using rpm.labelCompare in Python. I also fixed the issues coverage, and added more functionality that is supported by RPM for full coverage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM
Co-authored-by: Michael Kriese <[email protected]>
@viceice Accepted! Thank you :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, found some more.
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
@viceice All good? and no problems! Glad someone can check :) |
@viceice The Number.parseInt doesn't work because the lines above remove leading zeros. If a string is '0' it turns into '', which that function returns NaN. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment
Co-authored-by: Michael Kriese <[email protected]>
🎉 This PR is included in version 37.124.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
How can this manager be used? Didn't find documentation for it. Thanks. |
please open a new discussion. this is a versioning, not a manager 😉 |
Changes
Added RPM functionality with the help of @JamieMagee.
I had to reset the changes due to conflicts, but Jamie did most of the work so mentioning them for credit.
Context
Closes #20465
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: